CreateStyleSheetResponse

data class CreateStyleSheetResponse(styleSheetId: StyleSheetId)

Represents response frame that is returned from CSS#createStyleSheet operation call. Creates a new special "via-inspector" stylesheet in the frame with given frameId.

See also

Constructors

CreateStyleSheetResponse
Link copied to clipboard
fun CreateStyleSheetResponse(styleSheetId: StyleSheetId)

Properties

styleSheetId
Link copied to clipboard
val styleSheetId: StyleSheetId
Identifier of the created "via-inspector" stylesheet.

Sources

jvm source
Link copied to clipboard